home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / h / fixerrno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-27  |  116 b   |  6 lines

  1. /* attempt to supply a declaration of errno in case <errno.h> doesn't */
  2.  
  3. #ifndef __STDC__
  4. extern int errno;
  5. #endif
  6.